home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / ms.dir / 00010.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  177 b   |  9 lines

  1. on mouseDown
  2.   global gPreviousMenu
  3.   set the castNum of sprite 7 to cast "b013"
  4.   if pressButton(7) then
  5.     pupSprites(1, 48, 0)
  6.     do("go to" && gPreviousMenu)
  7.   end if
  8. end
  9.